Viewing profile — jVint
jVint
HN member- Joined
- Tue, Feb 28, 2017, 10:37 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About jVint
No profile information was provided.
Recent public activity
-
comment
Comment #13759068
Then you would have the problem that something like mydefault=3, def f(default=mydefault):... would change it's evaluation if anyone ever defined mydefault=4. That would leave user…