Skip to content

Commit 00d0849

Browse files
committed
DynamicObjectNativeWrapper: fix (c) header
1 parent 820aff5 commit 00d0849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/DynamicObjectNativeWrapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* without restriction, including without limitation the rights to copy, create
2222
* derivative works of, display, perform, and distribute the Software and make,
23-
* use, sell, offer for sale, import, export, have made, and have sold the// skip GIL
23+
* use, sell, offer for sale, import, export, have made, and have sold the
2424
* Software and the Larger Work(s), and to sublicense the foregoing rights on
2525
* either these or other terms.
2626
*
@@ -38,6 +38,7 @@
3838
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3939
* SOFTWARE.
4040
*/
41+
// skip GIL
4142
package com.oracle.graal.python.builtins.objects.cext.capi;
4243

4344
import static com.oracle.graal.python.builtins.objects.cext.capi.NativeCAPISymbol.FUN_DEREF_HANDLE;

0 commit comments

Comments
 (0)