[issue31958] UUID versions are not validated to lie in the documented range

2018-09-19 Thread Berker Peksag
Berker Peksag added the comment: Issue 34732 is actually a duplicate of this issue, but I'm going to close this one instead since the former has already two open pull requests. Thanks for the report! -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open

[issue31958] UUID versions are not validated to lie in the documented range

2018-09-19 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31958] UUID versions are not validated to lie in the documented range

2018-09-19 Thread Richard Neumann
Richard Neumann added the comment: @xtreak Indeed. It fails on _windll_getnode(). == ERROR: test_windll_getnode (test.test_uuid.TestInternalsWithoutExtModule)

[issue31958] UUID versions are not validated to lie in the documented range

2018-09-19 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Related issue : https://bugs.python.org/issue34732 . It has a PR to raise an exception in the constructor and it seems to cause tests to fail at https://ci.appveyor.com/project/python/cpython/build/3.8build22654 Thanks -- nosy: +xtreak

[issue31958] UUID versions are not validated to lie in the documented range

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: What do you propose? Raise an exception in the constructor if the version is not in the range 1..5? Or just modify the variant value? -- nosy: +haypo ___ Python tracker

[issue31958] UUID versions are not validated to lie in the documented range

2017-11-06 Thread David MacIver
Change by David MacIver : -- title: UUID -> UUID versions are not validated to lie in the documented range ___ Python tracker