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 vstinner
Recipients christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-30.15:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619797643.02.0.711615431882.issue43916@roundup.psfhosted.org>
In-reply-to
Content
According to msg391924, more types should use Py_TPFLAGS_DISALLOW_INSTANTIATION:

* _md5.md5
* _sha1.sha1
* _sha256.sha224
* _sha256.sha256
* _sha512.sha384
* _sha512.sha512

* select.devpoll: I created PR 25751
* select.kevent: it implements a working tp_new method: "{Py_tp_new, select_kqueue},"

* sqlite3.Cache
* sqlite3.Connection
* sqlite3.Cursor
* sqlite3.Node
* sqlite3.Row
* sqlite3.Statement
History
Date User Action Args
2021-04-30 15:47:23vstinnersetrecipients: + vstinner, christian.heimes, serhiy.storchaka, pablogsal, erlendaasland, shreyanavigyan
2021-04-30 15:47:23vstinnersetmessageid: <1619797643.02.0.711615431882.issue43916@roundup.psfhosted.org>
2021-04-30 15:47:23vstinnerlinkissue43916 messages
2021-04-30 15:47:22vstinnercreate