This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xxm
Recipients ned.deily, ronaldoussoren, xxm
Date 2021-03-11.07:17:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615447050.11.0.0564734952656.issue43469@roundup.psfhosted.org>
In-reply-to
Content
Python 3.6 can work well on old version of MacOS. When I upgrade MacOS to the latest version Big Sur 11.2.3. Python 3.6 fails to start and crashes. Python 3.7, 3.8, 3.9 can perform well on the new version MacOS Big Sur 11.2.3. The crash information attached as follows:

Crash information
==============================================================
>>python3.6
dyld: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
  Reason: image not found
Abort trap: 6
==============================================================
History
Date User Action Args
2021-03-11 07:17:30xxmsetrecipients: + xxm, ronaldoussoren, ned.deily
2021-03-11 07:17:30xxmsetmessageid: <1615447050.11.0.0564734952656.issue43469@roundup.psfhosted.org>
2021-03-11 07:17:30xxmlinkissue43469 messages
2021-03-11 07:17:29xxmcreate