zopefoundation / transaction

Generic transaction implementation for Python.
Other
70 stars 31 forks source link

Config with pure python #101

Closed icemac closed 3 years ago

icemac commented 3 years ago

Add support for Python 3.9.

Closes #100.

icemac commented 3 years ago

What does it mean when it complains about for i in itertools.count(1)? Is it wanting a loop to not be executed?

The coverage report says at this line: "line 203 didn't return from function 'run', because the loop on line 203 didn't complete"

icemac commented 3 years ago

Thank you for reviewing this PR. 😃