[issue32717] Document PEP 560

2018-05-08 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32717] Document PEP 560

2018-05-08 Thread miss-islington
miss-islington added the comment: New changeset 101d0d585f99a3b8c8d070b9d4dea15fa3daff62 by Miss Islington (bot) in branch '3.7': bpo-32717: Document PEP 560 (GH-6726) https://github.com/python/cpython/commit/101d0d585f99a3b8c8d070b9d4dea15fa3daff62

[issue32717] Document PEP 560

2018-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +6421 ___ Python tracker ___

[issue32717] Document PEP 560

2018-05-08 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: New changeset bd5f96581bf23f6d05fc106996428a8043b6b084 by Ivan Levkivskyi in branch 'master': bpo-32717: Document PEP 560 (GH-6726) https://github.com/python/cpython/commit/bd5f96581bf23f6d05fc106996428a8043b6b084 --

[issue32717] Document PEP 560

2018-05-08 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- keywords: +patch pull_requests: +6419 stage: needs patch -> patch review ___ Python tracker ___

[issue32717] Document PEP 560

2018-01-29 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi : This should include: * Short documentation PR for `__mro_entry__` and `__base_subclass__` methods. * The `__class_getitem__` C API calling convention (with motivation, many classes are implemented in C but are generic in nature, like