]> git.k1024.org Git - pylibacl.git/commit
Remove the PyType_Type assignments to _Type objects
authorIustin Pop <iustin@k1024.org>
Fri, 19 Jun 2020 22:47:09 +0000 (00:47 +0200)
committerIustin Pop <iustin@k1024.org>
Fri, 19 Jun 2020 22:47:09 +0000 (00:47 +0200)
commit26712b8fd92f1146102248cac1c92cb344620eff
tree59896c1c3f611d32ec08de3604201e8c580accd2
parent2ae494bd2e3303141a703f32e44263e083c1ffb0
Remove the PyType_Type assignments to _Type objects

Newer docs (since 3.5, which is what Travis tests) don't have this
anymore, only tp_new setting. tp_new is set directly in the type
objects, so it looks like this is not needed anymore. And it should
fix nightly testing, hopefully.
acl.c