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 cjwatson
Recipients cjwatson, gregory.p.smith, miss-islington, ned.deily, pmpp, serge-sans-paille, vstinner
Date 2020-10-08.19:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602186344.68.0.71565850884.issue38634@roundup.psfhosted.org>
In-reply-to
Content
Here's a reasonably minimal reproduction recipe reduced from real code in the Launchpad test suite that doesn't require compiling a separate C extension.  It fails on Ubuntu 18.04 with the gir1.2-gtk-3.0, python3-gi, and xvfb packages installed.  (The xvfb-run part is just so that it works on a headless system; you can omit it if you have a working $DISPLAY.)

  xvfb-run python3 -c 'from gi.repository import Gtk; import readline'
History
Date User Action Args
2020-10-08 19:45:44cjwatsonsetrecipients: + cjwatson, gregory.p.smith, vstinner, ned.deily, pmpp, serge-sans-paille, miss-islington
2020-10-08 19:45:44cjwatsonsetmessageid: <1602186344.68.0.71565850884.issue38634@roundup.psfhosted.org>
2020-10-08 19:45:44cjwatsonlinkissue38634 messages
2020-10-08 19:45:44cjwatsoncreate