]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3: remove obsolete deletion of non-deterministic .pyc files
authorRoss Burton <ross.burton@arm.com>
Wed, 2 Apr 2025 17:02:34 +0000 (18:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Apr 2025 10:05:48 +0000 (11:05 +0100)
commitc8c391ed3e0598a3bea7bc0981126d870315063d
tree012ad0e4910bbfb0dc8b2e652d9dae4cd8374b03
parent020b6b1411c9fd3adb208808c0d56623190873f8
python3: remove obsolete deletion of non-deterministic .pyc files

These .pyc files were non-deterministic because they used frozensets[1],
but this has been fixed in 3.11 onwards.

[1] https://github.com/python/cpython/issues/81777
[2] https://github.com/python/cpython/commit/51999c960e7fc45feebd629421dec6524a5fc803

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.13.2.bb