- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message231695
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 | serhiy.storchaka |
|---|---|
| Recipients | Robin.Schreiber, amaury.forgeotdarc, asvetlov, brett.cannon, eric.snow, loewis, ncoghlan, ned.deily, pitrou, serhiy.storchaka, yselivanov |
| Date | 2014-11-26.07:48:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1416988097.53.0.34896941492.issue20204@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
_tkinter.TkappType.__flags__ is different. In 3.3: 0b1000001000000000000 In 3.4: 0b1000001001000000000 The difference is Py_TPFLAGS_HEAPTYPE. This is the consequence of the change made in issue15721. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-11-26 07:48:17 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, brett.cannon, amaury.forgeotdarc, ncoghlan, pitrou, ned.deily, asvetlov, eric.snow, Robin.Schreiber, yselivanov |
| 2014-11-26 07:48:17 | serhiy.storchaka | set | messageid: <1416988097.53.0.34896941492.issue20204@psf.upfronthosting.co.za> |
| 2014-11-26 07:48:17 | serhiy.storchaka | link | issue20204 messages |
| 2014-11-26 07:48:17 | serhiy.storchaka | create | |

