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 ikeaxial
Recipients ikeaxial
Date 2013-01-07.06:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357540156.49.0.232787491234.issue16883@psf.upfronthosting.co.za>
In-reply-to
Content
Host OS: Ubuntu 11.10 (oneiric)
--enable-shared flag during configure forces 2.7.3 to build as 2.7.2+

TO REPLICATE:

unpack Python tarball,

# cd Python-2.7.3/
# ./configure --enable-shared
# make
# ./python -V
2.7.2+

# make clean ; ./configure --enable-shared ; make ; ./python -V
2.7.3


--
Additionally, 2.7.2+ build seems to carry over a resolved urandom issue,

    # (post-install on Ubuntu 11.10)
    # /usr/local/bin/python
    Python 2.7.2+ (default, Oct  4 2011, 20:41:12)
    [GCC 4.6.1] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from os import urandom
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: cannot import name urandom
    >>>
History
Date User Action Args
2013-01-07 06:29:16ikeaxialsetrecipients: + ikeaxial
2013-01-07 06:29:16ikeaxialsetmessageid: <1357540156.49.0.232787491234.issue16883@psf.upfronthosting.co.za>
2013-01-07 06:29:16ikeaxiallinkissue16883 messages
2013-01-07 06:29:16ikeaxialcreate