Mark Dickinson added the comment:
Closing as invalid. There's no issue with comparing code objects---__eq__
implements a perfectly good equivalence relation. This is not an extensional
definition of function equality.
--
nosy: +mark.dickinson
resolution: -> invalid
status: open -> c
New submission from pleed:
The "code" class implements the __eq__ operator which is known to be
uncomputable.
--
messages: 177923
nosy: pleed
priority: normal
severity: normal
status: open
title: Python Code module implements uncomputable function
type: behavior
versions: Python 2.7
__