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 terry.reedy
Recipients cheryl.sabella, grantjenks, miss-islington, rhettinger, taleinat, terry.reedy
Date 2019-01-03.02:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546484356.12.0.719534810752.issue34055@roundup.psfhosted.org>
In-reply-to
Content
On my Macbook with Mohave with installed python.org 3.7.2, compiled against tk 8.6.8, the startup header is
Python 3.7.2 (v3.7.2.9a3ffc0492, Dec 24 ...) [Clang 6.0 .. on Darwin].

Your header is quite different (repository?, tk version?) but the version is the exact same: '3.7.2'.  This should mean that it is a compilation of released 3.7.2 and does not have any post-3.7.2 patches, such as the fix here.  If it did, the version should be '3.7.2+', as it is for my 3.7 compiled today.

Since the problem resulting from a missing closers was fixed on Windows and Ubuntu by the post 3.7.2 patch, I will presume it is fixed on Mac also until presented with clear evidence otherwise.

Tal, does Grant's problem with compiling on Mac look familiar to you?
History
Date User Action Args
2019-01-03 02:59:18terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, cheryl.sabella, grantjenks, miss-islington
2019-01-03 02:59:16terry.reedysetmessageid: <1546484356.12.0.719534810752.issue34055@roundup.psfhosted.org>
2019-01-03 02:59:15terry.reedylinkissue34055 messages
2019-01-03 02:59:15terry.reedycreate