[Python-Dev] Proposal: explicitly disallow function/class mismatches in accelerator modules
Chris Angelico
rosuav at gmail.com
Sun Jul 10 23:32:32 EDT 2016
More information about the Python-Dev mailing list
Sun Jul 10 23:32:32 EDT 2016
- Previous message (by thread): [Python-Dev] Proposal: explicitly disallow function/class mismatches in accelerator modules
- Next message (by thread): [Python-Dev] Proposal: explicitly disallow function/class mismatches in accelerator modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jul 11, 2016 at 1:26 PM, Steven D'Aprano <steve at pearwood.info> wrote: > (1) How much extra effort are we going to *mandate* that core devs put > in to hide the differences between C and Python code, for the benefit of > a small minority that will notice them? > The subject line is raising one specific difference: the use of a function in one version and a class in the other. I think it's not unreasonable to stipulate one specific incompatibility that mustn't be permitted. ChrisA
- Previous message (by thread): [Python-Dev] Proposal: explicitly disallow function/class mismatches in accelerator modules
- Next message (by thread): [Python-Dev] Proposal: explicitly disallow function/class mismatches in accelerator modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list