bpo-25872: Fix KeyError in linecache when multithreaded#17360
bpo-25872: Fix KeyError in linecache when multithreaded#17360mgraczyk wants to merge 1 commit intopython:masterfrom
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). Recognized GitHub usernameWe couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames: This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
This comment has been minimized.
This comment has been minimized.
539fe12 to
89d6df4
Compare
|
@mgraczyk, thank you for the contribution, but as the original patch was for Python 2.7, I'm going to close this issue. |
|
@csabella The issue still exists on master. Do I need to open a new bpo and submit this identical PR referencing the new issue? |
Fixes https://bugs.python.org/issue25872
The crash that this fixes occurs when using
tracebackand other modules from multiple threads.https://bugs.python.org/issue25872