This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexandru Ardelean
Recipients Alexandru Ardelean, Ray Donnelly, Will Thompson, barry, benjamin.peterson, bmwiedemann, brett.cannon, dstufft, eric.araujo, eric.smith, eschwartz, vstinner
Date 2018-03-06.09:46:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520329572.69.0.467229070634.issue29708@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I also see it with 3.6.4.
I wanted to try 3.7 to see if it's fixed by chance.

Otherwise I may have to start digging deep into compilation logic.

Looking here:
https://tests.reproducible-builds.org/lede/lede_ar71xx.html

More specifically here:
https://tests.reproducible-builds.org/lede/dbd/packages/mips_24kc/packages/python3-asyncio_3.6.4-5_mips_24kc.ipk.html
it looks like 2 byte-codes are inverted

build1: 00007f80:​·​0100·​003e·​0200·​0000·​72b6·​0000·​0072·​b500·​·​.​.​.​>.​.​.​.​r.​.​.​.​r.​.​
build2: 00007f80:​·​0100·​003e·​0200·​0000·​72b5·​0000·​0072·​b600·​·​.​.​.​>.​.​.​.​r.​.​.​.​r.​.​

72b6 and 72b5 like to swap positions sometimes.
History
Date User Action Args
2018-03-06 09:46:12Alexandru Ardeleansetrecipients: + Alexandru Ardelean, barry, brett.cannon, vstinner, eric.smith, benjamin.peterson, eric.araujo, dstufft, bmwiedemann, Ray Donnelly, eschwartz, Will Thompson
2018-03-06 09:46:12Alexandru Ardeleansetmessageid: <1520329572.69.0.467229070634.issue29708@psf.upfronthosting.co.za>
2018-03-06 09:46:12Alexandru Ardeleanlinkissue29708 messages
2018-03-06 09:46:12Alexandru Ardeleancreate