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 vstinner
Recipients db3l, pablogsal, vstinner
Date 2019-04-25.17:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556211824.14.0.536146734812.issue36718@roundup.psfhosted.org>
In-reply-to
Content
@David Bolen: Would you mind to have a look at this issue on your buildbot?

I'm not sure that the regression is caused by my commit, since the command lines are the same in the previous build 250:

building 'time' extension
gcc -pthread -fPIC -fno-strict-aliasing -g -O2 -g -O0 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Include -I/srv/buildbot/buildarea/2.7.bolen-ubuntu/build -c /srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Modules/timemodule.c -o build/temp.linux-x86_64-2.7-pydebug/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Modules/timemodule.o
gcc -pthread -shared build/temp.linux-x86_64-2.7-pydebug/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Modules/timemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L. -lm -lpython2.7 -o build/lib.linux-x86_64-2.7-pydebug/time.so
History
Date User Action Args
2019-04-25 17:03:44vstinnersetrecipients: + vstinner, db3l, pablogsal
2019-04-25 17:03:44vstinnersetmessageid: <1556211824.14.0.536146734812.issue36718@roundup.psfhosted.org>
2019-04-25 17:03:44vstinnerlinkissue36718 messages
2019-04-25 17:03:43vstinnercreate