[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Concerning copy



Recently I encountered an issue where Python would, instead of creating a new object, instead reference the original one. Using copy.copy() is a solution, but I'd much rather be able to toggle off the weird referencing that Python has been using and make exceptions as necessary. Is there any way to do this?

-Kevin