Staging
v0.8.1
https://github.com/python/cpython
Revision 8927e8f4211dc50b87a6365ed7281452a1931ebf authored by Kristján Valur Jónsson on 19 March 2013, 22:07:35 UTC, committed by Kristján Valur Jónsson on 19 March 2013, 22:07:35 UTC
  using the same sys.flags as the current process.
Backport from default branch.
1 parent ac0866f
Raw File
Tip revision: 8927e8f4211dc50b87a6365ed7281452a1931ebf authored by Kristján Valur Jónsson on 19 March 2013, 22:07:35 UTC
Issue #12098: multiprocessing on Windows now starts child processes
Tip revision: 8927e8f
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top