Message 332941 - Python tracker (original) (raw)

Message332941

Author xxxxxxx
Recipients xxxxxxx
Date 2019-01-03.18:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1546541865.13.0.115152005965.issue35652@roundup.psfhosted.org
In-reply-to
Content
Currently it is decided if to use the srcentry in the copy_function by checking if the copy_function is copy() or copy2(). This will fail if the copy_function is a modified copy() or copy2() function. To control if the copy_function gets a srcentry or srcname parameter, added the use_srcentry parameter. Successor of https://bugs.python.org/issue35648
History
Date User Action Args
2019-01-03 18:57:48 xxxxxxx set recipients: + xxxxxxx
2019-01-03 18:57:45 xxxxxxx set messageid: 1546541865.13.0.115152005965.issue35652@roundup.psfhosted.org
2019-01-03 18:57:45 xxxxxxx link issue35652 messages
2019-01-03 18:57:44 xxxxxxx create