Skip to content

Comment on A green threading library with true concurrency for Python

Comments

Since this is a very new project, it is a good time to suggest that you abide by PEP8 (e.g., no 'waitAll') since this would be widely appreciated, and is not easy to fix later on.

waitAll gone. Before I put it in any package managers it will get style guided. This is currently on version -1.0.0.

version -1.0.0.

Version negative one? I don't think I've ever seen that before. Usually, the very earliest versions of software are numbered like 0.0.1 or something like that.

- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.

- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.

Well, I've certainly never seen that before.

It should be written 0.0.1[::-1]

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.