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

bpo-37347: fix refcount problem in sqlite3 #14265

Closed
wants to merge 2,985 commits into from

Conversation

gescheit
Copy link
Contributor

@gescheit gescheit commented Jun 20, 2019

fix refcount problem in sqlite3

https://bugs.python.org/issue37347

serhiy-storchaka and others added 27 commits June 20, 2019 16:42
…H-9415)

* Insert the warn in the asyncio.sleep when the loop argument is used

* Insert the warn in the asyncio.wait and asyncio.wait_for when the loop argument is used

* Better format of the code

* Add news file

* change calls for get_event_loop() to calls for get_running_loop()

* Change message to be more clear in News

* Improve the comments in test_tasks
…GH-9535)

Make sure that "./python script.py" does not crash if the script
file doesn't exist.
The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.

Signed-off-by: Christian Heimes <christian@python.org>



https://bugs.python.org/issue34791
…thongh-9338)

Also point to start of tokens in parsing errors.

Fixes bpo-34683
Fix test_socket.SendmsgSCTPStreamTest: catch ENOMEM error.
testSendmsgTimeout() and testSendmsgDontWait() randomly fail on
Travis CI with: "OSError: [Errno 12] Cannot allocate memory".
* bpo-5950: Support reading zips with comments in zipimport
@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your 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 your contribution, we look forward to reviewing it!

@gescheit gescheit changed the title bpo37347: fix refcount problem in sqlite3 bpo-37347: fix refcount problem in sqlite3 Jun 20, 2019
@gescheit gescheit closed this Jun 20, 2019
@gescheit gescheit deleted the fix-issue-37347 branch June 20, 2019 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet