Staging
v0.5.1
https://github.com/python/cpython
Revision 2a6c2c9baa4bef29d605438c3e2ada01a240bdc3 authored by Nick Coghlan on 19 November 2015, 02:59:39 UTC, committed by Nick Coghlan on 19 November 2015, 02:59:39 UTC
- backports issue #10845's mitigation of incompatibilities between
  the multiprocessing module and directory and zipfile execution
- Multiprocessing on Windows will now automatically skip rerunning top
  level __main__.py modules in spawned processes, rather than failing
  with AssertionError
1 parent 402803b
Raw File
Tip revision: 2a6c2c9baa4bef29d605438c3e2ada01a240bdc3 authored by Nick Coghlan on 19 November 2015, 02:59:39 UTC
Close #10128: don't rerun __main__.py in multiprocessing
Tip revision: 2a6c2c9
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top