[Python-Dev] Proposal: explicitly disallow function/class mismatches in accelerator modules
Ethan Furman
ethan at stoneleaf.us
Sat Jul 9 12:51:15 EDT 2016
On 07/09/2016 06:50 AM, Nick Coghlan wrote:
> Given that the issues that arose in this case weren't at all obvious
> up front, what do folks think of the idea of updating PEP 399 to
> explicitly prohibit class/function mismatches between accelerator
> modules and their pure Python counterparts?
So this is basically a doc change and a reminder to test both the C
version and the Python version to ensure identical semantics?
--
~Ethan~
More information about the Python-Dev
mailing list