Navigation Menu

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

Crash when iImporting a builtin module crashes #48485

Closed
amauryfa opened this issue Oct 30, 2008 · 2 comments
Closed

Crash when iImporting a builtin module crashes #48485

amauryfa opened this issue Oct 30, 2008 · 2 comments

Comments

@amauryfa
Copy link
Member

BPO 4235
Nosy @amauryfa

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-10-30.00:37:06.373>
created_at = <Date 2008-10-30.00:36:35.903>
labels = ['invalid']
title = 'Crash when iImporting a builtin module crashes'
updated_at = <Date 2008-10-30.00:37:06.372>
user = 'https://github.com/amauryfa'

bugs.python.org fields:

activity = <Date 2008-10-30.00:37:06.372>
actor = 'amaury.forgeotdarc'
assignee = 'none'
closed = True
closed_date = <Date 2008-10-30.00:37:06.373>
closer = 'amaury.forgeotdarc'
components = []
creation = <Date 2008-10-30.00:36:35.903>
creator = 'amaury.forgeotdarc'
dependencies = []
files = []
hgrepos = []
issue_num = 4235
keywords = []
message_count = 2.0
messages = ['75341', '75342']
nosy_count = 1.0
nosy_names = ['amaury.forgeotdarc']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4235'
versions = []

@amauryfa
Copy link
Member Author

Some object deallocator (file_dealloc) sometimes call PyErr_WarnEx.
This can happen on interpreter shutdown.
But this function may try to

@amauryfa
Copy link
Member Author

Sorry, bad issue creation

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant