-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
inspect.getsource() breakage in 2.4 #41599
Comments
In a real-life case, inspect.getsource() used to def somefunc(x, y): # comments
...body... With 2.4 (and 2.5 CVS) the body is completely skipped Attached is a patch for test_inspect.py, showing the Assigned to jlgijsbers, as the author of the changes |
Logged In: YES Right now I don't have time to look into this bug deeply, |
Logged In: YES Well, I'm sorry, but I can't make the time after all. I've |
Logged In: YES Patch http://www.python.org/sf/1159931 fixes this problem. |
Logged In: YES Simons patch has now been checked in on maint24 and HEAD. |
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: