This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hniksic
Recipients Alexander Prokhorov, hniksic, jjdmon
Date 2018-02-04.08:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517733620.75.0.467229070634.issue30256@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered this bug while testing the code in this StackOverflow answer:

    https://stackoverflow.com/a/48565011/1600898

The code at the end of the answer runs on Python 3.5, but fails on 3.6 with the "unexpected keyword argument 'manager_owned'" error.

If someone knows of a workaround until the PR is accepted, it would be appreciated as well.
History
Date User Action Args
2018-02-04 08:40:20hniksicsetrecipients: + hniksic, jjdmon, Alexander Prokhorov
2018-02-04 08:40:20hniksicsetmessageid: <1517733620.75.0.467229070634.issue30256@psf.upfronthosting.co.za>
2018-02-04 08:40:20hniksiclinkissue30256 messages
2018-02-04 08:40:20hniksiccreate