You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3.13
>>> import sys
>>> FrameLocalsProxy=type([sys._getframe().f_locals for x in range(1)][0])
...
>>> FrameLocalsProxy()
Erreur de segmentation (core dumped)
Bug report
Example on Python 3.13.0rc2:
The bug was discovered by zope.interface test suite: zopefoundation/zope.interface#323 (comment)
I'm working on a fix.
Originally posted by @vstinner in #124513
The text was updated successfully, but these errors were encountered: