Skip to content

Commit 91c99e0

Browse files
author
svn-role
committed
Merge r1929560 from trunk:
* r1929560 Adapt swig-py to SWIG 4.4.0. Justification: Fix build with SWIG 4.4 Votes: +1: jamessan, jun66j5 git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.14.x@1930038 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0073ca4 commit 91c99e0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

STATUS

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,3 @@ Veto-blocked changes:
5656

5757
Approved changes:
5858
=================
59-
60-
* r1929560
61-
Adapt swig-py to SWIG 4.4.0.
62-
Justification:
63-
Fix build with SWIG 4.4
64-
Votes:
65-
+1: jamessan, jun66j5

subversion/bindings/swig/include/svn_types.swg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ svn_ ## TYPE ## _swig_rb_closed(VALUE self)
601601
%typemap(in, noblock=1) apr_pool_t * {
602602
/* Verify that the user supplied a valid pool */
603603
if ($input != Py_None && $input != _global_py_pool) {
604-
SWIG_Python_TypeError(SWIG_TypePrettyName($descriptor), $input);
604+
SWIG_Error(SWIG_TypeError, "a '$type' is expected");
605605
SWIG_arg_fail($svn_argnum);
606606
SWIG_fail;
607607
}

0 commit comments

Comments
 (0)