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 benjamin.peterson, gdr@garethrees.org, pitrou, sbt, vstinner
Date 2017-07-21.11:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500634810.35.0.01054182277.issue19896@psf.upfronthosting.co.za>
In-reply-to
Content
Unhappy buildbot:

http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/1065/steps/test/logs/stdio

...
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_multiprocessing_fork.py", line 2, in <module>
    import test._test_multiprocessing
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/_test_multiprocessing.py", line 3180, in <module>
    class _Foo(Structure):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/_test_multiprocessing.py", line 3184, in _Foo
    ('z', c_longlong,)
NameError: name 'c_longlong' is not defined
History
Date User Action Args
2017-07-21 11:00:10vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, sbt, gdr@garethrees.org
2017-07-21 11:00:10vstinnersetmessageid: <1500634810.35.0.01054182277.issue19896@psf.upfronthosting.co.za>
2017-07-21 11:00:10vstinnerlinkissue19896 messages
2017-07-21 11:00:10vstinnercreate