Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# Bug report #124514

Closed
MandeepSinghPB08 opened this issue Sep 25, 2024 · 2 comments
Closed

# Bug report #124514

MandeepSinghPB08 opened this issue Sep 25, 2024 · 2 comments
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@MandeepSinghPB08
Copy link

Bug report

Example on Python 3.13.0rc2:

$ python3.13
>>> import sys
>>> FrameLocalsProxy=type([sys._getframe().f_locals for x in range(1)][0])
... 
>>> FrameLocalsProxy()
Erreur de segmentation (core dumped)

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

@ZeroIntensity
Copy link
Member

Hi,

I'm assuming this is a misclick?

@ZeroIntensity ZeroIntensity closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
@skirpichev skirpichev reopened this Sep 25, 2024
@skirpichev skirpichev added the type-crash A hard crash of the interpreter, possibly with a core dump label Sep 25, 2024
@skirpichev skirpichev closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
@brianschubert
Copy link
Contributor

For reference: #124513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

4 participants