зеркало из https://github.com/github/ruby-gpgme.git
Undefine the alloc Ctx, Data and Key functions
See https://bugs.ruby-lang.org/issues/18007 and https://ruby-doc.org/core-3.1.1/doc/extension_rdoc.html#label-C+struct+to+Ruby+object
This commit is contained in:
Родитель
87e36af471
Коммит
c2bf7a7a6f
|
@ -2298,10 +2298,13 @@ Init_gpgme_n (void)
|
|||
rb_define_class_under (mGPGME, "EngineInfo", rb_cObject);
|
||||
cCtx =
|
||||
rb_define_class_under (mGPGME, "Ctx", rb_cObject);
|
||||
rb_undef_alloc_func(cCtx);
|
||||
cData =
|
||||
rb_define_class_under (mGPGME, "Data", rb_cObject);
|
||||
rb_undef_alloc_func(cData);
|
||||
cKey =
|
||||
rb_define_class_under (mGPGME, "Key", rb_cObject);
|
||||
rb_undef_alloc_func(cKey);
|
||||
cSubKey =
|
||||
rb_define_class_under (mGPGME, "SubKey", rb_cObject);
|
||||
cUserID =
|
||||
|
|
Загрузка…
Ссылка в новой задаче