cpython/Python
Antoine Pitrou 58098a77e6 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
sporadic crashes in multi-thread programs when several long deallocator
chains ran concurrently and involved subclasses of built-in container
types.

Because of this change, a couple extension modules compiled for 2.7.4
(those which use the trashcan mechanism, despite it being undocumented)
will not be loadable by 2.7.3 and earlier. However, extension modules
compiled for 2.7.3 and earlier will be loadable by 2.7.4.
2012-09-06 00:59:49 +02:00
..
Python-ast.c allow None identifiers 2011-07-22 17:20:58 -05:00
_warnings.c
asdl.c
ast.c
atof.c
bltinmodule.c Issue #15741: Fix potential NULL dereference. Found by Coverity. 2012-08-20 17:31:22 +02:00
ceval.c
codecs.c Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. 2011-07-24 02:51:01 +02:00
compile.c remove unused variable 2012-07-18 17:48:34 -05:00
dtoa.c
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Issue #13546: Fixed an overflow issue that could crash the intepreter when 2011-12-07 21:46:48 +01:00
formatter_string.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c this should technicaly be identifier 2012-03-22 10:39:16 -04:00
getargs.c Issue #10538. Put a reference to the source object in the Py_buffer when 2012-03-22 16:35:37 +00:00
getcompiler.c
getcopyright.c add another year to glorious PSF IP 2011-12-31 22:42:26 -06:00
getcwd.c
getopt.c Fix crash at startup with -W options. 2012-02-21 20:42:48 +01:00
getplatform.c
getversion.c
graminit.c
import.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:16:51 +02:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c Fix whitespace 2012-07-20 17:47:59 -07:00
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 2012-09-06 00:59:49 +02:00
pystrcmp.c
pystrtod.c
pythonrun.c fix parse_syntax_error to clean up its resources 2012-04-03 00:30:38 -04:00
random.c ensure no one tries to hash things before the random seed is found 2012-02-21 11:08:50 -05:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c
sysmodule.c merge 2.6 with hash randomization fix 2012-02-20 21:44:56 -05:00
thread.c - rename configure.in to configure.ac 2012-03-14 23:39:33 +01:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c