Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
gpderetta
13 hours ago
|
on: Python 3.15's JIT is now back on track
ok, then it is nuts that __getattr__ (itself a specially blessed function) is not required to be pure at least from the caller point of view.
reply
Ardren
11 hours ago
|
parent
If it was it wouldn't be Python. It can never be pure because __getattr__ is just another method that anyone can overwrite.
reply