Skip to content

Commit 9baaf7c

Browse files
committed
Update HPy inlined files: f6114734
1 parent 3be640b commit 9baaf7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+15
-81
lines changed

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/hpymodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ typedef struct {
119119
* structure that will serve as a specification of the module that should be
120120
* created by the interpreter. HPy supports only multi-phase module
121121
* initialization (PEP 451). Any module initialization code can be added
122-
* to the HPy_mod_execute slot of the module if needed.
122+
* to the HPy_mod_exec slot of the module if needed.
123123
*
124124
* Example:
125125
*
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
// automatically generated by setup.py:get_scm_config()
3-
#define HPY_VERSION "0.9.0rc2"
4-
#define HPY_GIT_REVISION "5ddcbc8d"
3+
#define HPY_VERSION "0.9.0"
4+
#define HPY_GIT_REVISION "f6114734"

0 commit comments

Comments
 (0)