mirror of
https://github.com/fortra/impacket
synced 2026-06-08 14:15:13 +00:00
f2f2b367f5
* Update build_and_test.yml added python 3.13 removed python 3.8 * workaround delying thread initialization to avoid python3.13 bug * workaround delaying thread initialization to avoid python3.13 bug * avoid running Process instances beacuse of a bug in python3.13 https://github.com/python/cpython/issues/134381 * removed hack * make helper servers run as daemon in order to make testecases not to get stuck