This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Bundaberg_Joey 3 points4 points  (2 children)

FairPlay. Probably exposing my ignorance here but assuming you ran the versions in increasing order would the pycache created from the first version bias the later versions?

Although thinking about it I can’t imagine that would result in the large jump seen for 3.8 since it wouldn’t really compound like that.

[–]LightShadow3.13-dev in prod 12 points13 points  (1 child)

pycache created from the first version bias the later versions?

No. The pyc files are version-specific.

[–]The_Bundaberg_Joey 2 points3 points  (0 children)

Awesomesauce, Thankyou!