This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
52e14d640b
cpython
/
Tools
/
modulator
/
Templates
/
object_tp_hash
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
checkin of Jack's original version
1995-03-02 14:05:29 +00:00
static long
Patches by Jens B. Jorgensen with small mods by me: - Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
2001-12-27 23:35:43 +00:00
$abbrev$_hash($abbrev$object *self)
checkin of Jack's original version
1995-03-02 14:05:29 +00:00
{
/* XXXX Return a hash of self (or -1) */
}