NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Performance on python 3.8-3.11 substantially faster than 3.12 #88

Closed th3w1zard1 closed 4 months ago

th3w1zard1 commented 5 months ago

Problem is perhaps in the pathlib overrides but further research must be done. Shouldn't have to worry about this until we eventually start releasing with python 3.13.

th3w1zard1 commented 5 months ago

Possibly fixed by https://github.com/NickHugi/PyKotor/pull/94

the pathlib code changed drastically in 3.12

th3w1zard1 commented 5 months ago

I've cleaned up the pathlib overrides in #94 so this will need to be retested.

th3w1zard1 commented 4 months ago

Seems to be fixed.