unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

distutils deprecation #1939

Closed ScraperMan2002 closed 3 weeks ago

ScraperMan2002 commented 2 months ago

In Python 3.12, distutils is deprecated. Can you edit all instances of importing distutils into something that doesn't use distutils?

wtdcode commented 3 weeks ago

Close due to #1964