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 Rosuav
Recipients Jeff.Kaufman, Joshua.Landau, NeilGirdhar, Rosuav, SpaghettiToastBook, andybuckley, belopolsky, berker.peksag, eric.araujo, eric.snow, ezio.melotti, fdrake, fhahn, georg.brandl, giampaolo.rodola, gvanrossum, ncoghlan, paul.moore, pconnell, r.david.murray, terry.reedy, twouters, zbysz
Date 2015-01-20.04:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421729025.85.0.0807379896549.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
The third version of the patch is huge compared to the other two. Is it all important?

I'm seeing a different build failure, and with the size of patch, I'm not sure I'm well placed to figure out what's going on.

-- cut --
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 2420, in _install
  File "<frozen importlib._bootstrap>", line 2366, in _setup
  File "<frozen importlib._bootstrap>", line 2329, in _builtin_from_name
  File "<frozen importlib._bootstrap>", line 1144, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1114, in _load_backward_compatible
  File "<frozen importlib._bootstrap>", line 551, in _requires_builtin_wrapper
  File "<frozen importlib._bootstrap>", line 1247, in load_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
TypeError: init_builtin() takes exactly 1 argument (0 given)
Fatal Python error: Py_Initialize: importlib install failed

Current thread 0x00002b7f066c6b20 (most recent call first):
Aborted
generate-posix-vars failed
-- cut --
History
Date User Action Args
2015-01-20 04:43:45Rosuavsetrecipients: + Rosuav, gvanrossum, fdrake, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, giampaolo.rodola, ezio.melotti, eric.araujo, andybuckley, r.david.murray, zbysz, eric.snow, berker.peksag, Joshua.Landau, pconnell, NeilGirdhar, Jeff.Kaufman, SpaghettiToastBook, fhahn
2015-01-20 04:43:45Rosuavsetmessageid: <1421729025.85.0.0807379896549.issue2292@psf.upfronthosting.co.za>
2015-01-20 04:43:45Rosuavlinkissue2292 messages
2015-01-20 04:43:45Rosuavcreate