PEP 611: 'The one million limit' #1249
Conversation
|
|
||
| The one million limit is mostly a limit on human generated code, not runtime sizes. | ||
|
|
||
| One million lines in a single module is a rediculous concentration of code; |
JelleZijlstra
Dec 5, 2019
Contributor
ridiculous
ridiculous
markshannon
Dec 6, 2019
Author
Contributor
thanks
thanks
|
Folks, can we refrain from using this PR as a vehicle for discussions about the contents of the PEP please? Minor typos perhaps ("ridiculous"), but let's just get the PEP into the repo first, and then have the discussion on python-ideas. @markshannon, Travis is showing a problem with the markup. Once that's sorted, this can be merged. |
|
|
||
| The one million limit is mostly a limit on human generated code, not runtime sizes. | ||
|
|
||
| One million lines in a single module is a rediculous concentration of code; |
brettcannon
Dec 5, 2019
Member
Suggested change
One million lines in a single module is a rediculous concentration of code;
One million lines in a single module is a ridiculous concentration of code;
| One million lines in a single module is a rediculous concentration of code; | |
| One million lines in a single module is a ridiculous concentration of code; |
markshannon
Dec 6, 2019
Author
Contributor
thanks
thanks
|
Apologies all, I confused myself into believing discussion had been redirected here. This is what I get for following the link to the PR while updating a wiki for another project and writing JIRA tickets for yet another. Clearly I need a lower limit on Things Rhodri Is Supposed To Do Simultaneously :-) |
|
Clearly that number should be capped at one million :-) |
… enforcement and about other implementations.
|
Merged. Should be live soon. Let the bikeshedding commence!! Oh wait, it already has. Have fun! :) |
Draft version of PEP 611, "The one million limit".