Skip to content

Commit 276781b

Browse files
author
Christopher Doris
committed
change internal module names
1 parent 4cece64 commit 276781b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GC.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Garbage collection of Python objects.
55
66
See [`gc`](@ref).
77
"""
8-
module _GC
8+
module GC
99

1010
import ...PythonCall.GC: disable, enable, gc
1111
using ..C: C

src/GIL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module _GIL
1+
module GIL
22

33
import ...PythonCall.GIL: lock, @lock, unlock, @unlock
44
using ..C: C

0 commit comments

Comments
 (0)