mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Tutorial formatting patch by Robin Stocker.
This commit is contained in:
parent
9d4ba3970f
commit
e4ac7504c9
7 changed files with 20 additions and 19 deletions
|
@ -224,9 +224,9 @@ Some tips for experts:
|
|||
files when :option:`-O` is used) for all modules in a directory.
|
||||
|
||||
* If using Python in a parallel processing system with a shared file system,
|
||||
you need to patch python to disable the creation of the compiled files
|
||||
you need to patch Python to disable the creation of the compiled files
|
||||
because otherwise the multiple Python interpreters will encounter race
|
||||
conditions in creating them.
|
||||
conditions in creating them.
|
||||
|
||||
|
||||
.. _tut-standardmodules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue