To help you understand what they're requesting, do you at least understand C++'s move schematics. If not, here's a good place to read about it: https://www.fluentcpp.com/2018/02/06/understanding-lvalues-rvalues-and-their-references/ _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/HEMTH43ZBAFCE326WZMA67GBGEOQOPDV/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-ideas] Re: Move semantics nate lust
- [Python-ideas] Re: Move semantics Steven D'Aprano
- [Python-ideas] Re: Move semantics nate lust
- [Python-ideas] Re: Move semantics Antoine Pitrou
- [Python-ideas] Re: Move semantics Serhiy Storchaka
- [Python-ideas] Re: Move semantics Bruce Leban
- [Python-ideas] Re: Move semantics Guido van Rossum
- [Python-ideas] Re: Move semantics nate lust
- [Python-ideas] Re: Move semantics Ned Batchelder
- [Python-ideas] Re: Move semantics William Pickard
- [Python-ideas] Re: Move semantics MRAB
- [Python-ideas] Re: Move semantics Ned Batchelder
- [Python-ideas] Re: Move semantics MRAB
- [Python-ideas] Re: Move semantics Guido van Rossum
- [Python-ideas] Re: Move semantics Ned Batchelder
- [Python-ideas] Re: Move semanti... Serhiy Storchaka
- [Python-ideas] Re: Move semanti... Ned Batchelder
- [Python-ideas] Re: Move semantics Brendan Barnwell
- [Python-ideas] Re: Move semantics Chris Angelico
- [Python-ideas] Re: Move semantics Valentin Berlier