mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr
This commit is contained in:
parent
f98e692257
commit
d9f3c94478
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ except ImportError:
|
|||
MAC_INCLUDE_MODULES=['site', 'exceptions']
|
||||
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
||||
'win32api',
|
||||
'nturl2path', 'pwd', 'sitecustomize']
|
||||
'nturl2path', 'pwd', 'sitecustomize',
|
||||
'org.python.core']
|
||||
|
||||
# An exception:
|
||||
Missing="macmodulefinder.Missing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue