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 dingens
Recipients dingens
Date 2018-11-19.15:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542640830.02.0.788709270274.issue35280@psf.upfronthosting.co.za>
In-reply-to
Content
When opening two shells at the same time, history from the one that is closed first gets lost.

Steps to reproduce:
- let's call the contents of the history before this experiment `z`
- open two interactive shells called A and B
- execute commands in them, say `a` and `b`, respectively
- close shell A
- close shell B

Actual behavior:
- history contains `z` then `b`

Expected behavior:
- history contains `z` then `a` then `b`

possibly related: issue22940
History
Date User Action Args
2018-11-19 15:20:30dingenssetrecipients: + dingens
2018-11-19 15:20:30dingenssetmessageid: <1542640830.02.0.788709270274.issue35280@psf.upfronthosting.co.za>
2018-11-19 15:20:29dingenslinkissue35280 messages
2018-11-19 15:20:29dingenscreate