existing directory caused mkstemp and related APIs to fail instead of
retrying. Report and fix by Vlad Shcherbina.
-
Tools/Demos
-----------
- Issue #7567: Don't call `setupterm' twice.
-
Tools/Demos
-----------
- Issue #7466: Segmentation fault when the garbage collector is called in the
middle of populating a tuple. Patch by Florent Xicluna.
-
Library
-------
- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
-
Documentation
-------------
only available if asserts are left in the code, in cases where they
can't be triggered from Python code.
-
Extension Modules
-----------------
- Issue #1179: [CVE-2007-4965] Integer overflow in imageop module.
NOTE: 64-bit and 4-way builds are only suppported on Mac OS X 10.5 (or later).
-
C API
-----
threading.enumerate() list after the join() for a brief period until
it actually exited.
-
Library
-------
platform.python_implementation(); this will now be saved in the
benchmark pickle.
-
Documentation
-------------
applied to a newly created list object and add notes that this isn't
a good idea.
-
Tools/Demos
-----------
- Bug #1546372: Fixed small bugglet in pybench that caused a missing
file not to get reported properly.
-
Build
-----
pybuildbot.identify to include some information about the build
environment.
-
C API
-----
- Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx
macro so it can be used as an expression.
-
Windows
-------
- Bug #1216: Restore support for Visual Studio 2002.
-
Mac
---